home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / shared.dir / 00989.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  279 b   |  11 lines

  1. on getpicturepb folder, fname, castname
  2.   global numb
  3.   set mypict to fileio(mnew, "read", pathName() & folder & fname & "_B" & ".PIC")
  4.   if not objectp(mypict) then
  5.     exit
  6.   end if
  7.   set the picture of cast castname to mypict(mreadpict)
  8.   mypict(mdispose)
  9.   updateStage()
  10. end
  11.